ParagraphCount Class

Represents the number of paragraphs that an OpenDocument producer has counted for a document.

Definition

Namespace: Independentsoft.Office.Odf.Fields
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class ParagraphCount : Field
Inheritance
Object    Field    ParagraphCount

Constructors

ParagraphCount Initializes a new instance of the ParagraphCount class.

Properties

NumberFormat Specifies the numbering sequence. The defined values are: -1: Hindu-Arabic number sequence starts with 1. -a: number sequence of lowercase Modern Latin basic alphabet characters starts with “a”. -A: number sequence of uppercase Modern Latin basic alphabet characters starts with “A”. -i: number sequence of lowercase Roman numerals starts with “i”. -I: number sequence of uppercase Roman numerals start with “I”. -a value of type string 18.2. -an empty string: no number sequence displayed. If no value is given, no number sequence is displayed.
Value Contains number of paragraphs.

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetContentElements Returns all content elements.
(Overrides FieldGetContentElements)
GetHashCode
(Inherited from Object)
GetParent Returns the parent element.
(Inherited from Field)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current ParagraphCount object to its equivalent string representation.
(Overrides ObjectToString)

See Also